Building Smartflow2 on Windows XP with Visual Studio 2005


Before starting this step, you must have completed all these steps : 
Building ACE 5.5 on Windows XP with Visual Studio 2005 (build-ace-windows.txt)
Installing SDL on Windows XP (build-sdl-windows.txt)
Building QT3 on Windows XP with Visual Studio 2005 (build-qt3-windows.txt)
Building mpeg2dec on Windows XP with Visual Studio 2005 (build-mpeg2dec-windows.txt)


1. Uncompress the Smartflow2 archive on C:\


2. On the Desktop, right click on "My Computer" then click on "Properties". Go 
to the "Advanced" tab and click on the "Environment Variables" button. Create a 
new "System variable" :


Variable name : SF2_ROOT
Variable value : C:\Smartflow2


Then edit the "Path" variable and add at the end :
;%SF2_ROOT%\lib;%SF2_ROOT%\lib\flows;%SF2_ROOT%\bin\admin;%SF2_ROOT%\bin\clients;%SF2_ROOT%\bin\tools


3. Open the file "C:\Smartflow2\sf2.sln".


4. Go to "Build->Configuration Manager...", select "Release" as "Active solution 
configuration" and then click on the "Close" button.


5. Go to "Build->Build Solution". 
